home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 1 / ShareWare Extravaganza 1 of 4 (The Ultimate Shareware Company).iso / grprogs / gifexe.exe / GIFEXE.DOC < prev    next >
Text File  |  1991-06-25  |  7KB  |  205 lines

  1.  
  2.  
  3.                            G I F E X E
  4.  
  5.                            Version 1.0
  6.                           June 10, 1990
  7.      
  8.           A Self-Displayer Program for Your GIF(tm) Pictures
  9.             Copyright 1990,1991 Steve Enns and Dan Magosse.
  10.                        All right reserved. 
  11.    
  12.      GIFEXE is produced by:
  13.  
  14.            Steve Enns                     Dan Magosse 
  15.         2425 Haultain Ave.             1321 14th St. East 
  16.           Saskatoon, Sk.                 Saskatoon, Sk. 
  17.           Canada S7J 1R2                 Canada S7H 0A6 
  18.  
  19.      Okay, here's the boring stuff, but don't worry, it's better
  20.      than chewing tinfoil:
  21.  
  22. ACKNOWLEDGEMENTS
  23.  
  24.      Kudos, thanks, and good karma to John Bridges for the
  25.      enlightening information and code contained in his VGAKIT
  26.      package.  Trademarks like GIF(tm) and PC(tm) are held by
  27.      their respective companies. 
  28.  
  29. DISCLAIMER
  30.  
  31.      The GIFEXE program is provided without warranty of any      
  32.      kind.  The user of the GIFEXE assumes complete              
  33.      responsibility for any and all incidental or consequential  
  34.      damages which may occur during normal or abnormal use of the
  35.      GIFEXE program.  Use the GIFEXE program at your own risk.
  36.  
  37. LICENSE 
  38.  
  39.      The entire GIFEXE package, including the GIFEXE program,
  40.      documentation, and sample files are Copyright 1990,1991
  41.      Steve Enns and Dan Magosse.  All rights reserved.  The      
  42.      unregistered shareware version of the GIFEXE may be freely
  43.      distributed to others by any means, as long the following
  44.      (three) conditions are met:
  45.  
  46.           1) GIFEXE is distributed in a "package" containing     
  47.           the following three files:
  48.                               GIFEXE.EXE
  49.                               GIFEXE.DOC
  50.                               GE-READ.ME
  51.           
  52.           2) GIFEXE is not distributed as part of any other      
  53.           product, except with specific written permission from
  54.           the authors.
  55.  
  56.           3) NO fee of any kind is charged for the GIFEXE        
  57.           package or for the service of providing the package,   
  58.           except Computer Bulletin Board Systems, which may      
  59.           distribute the GIFEXE package even though they may     
  60.           charge a membership or service fee.
  61.  
  62.      You can use the "shareware" version for as long as you want,
  63.      even until you're well into your nineties, but you are of
  64.      course encouraged to send us lots of money, too. (I'm
  65.      struggling to pay for my violin lessons, and Dan needs a new
  66.      fishing rod.)  Here are some other programs we've made:
  67.  
  68.           GIFWARP!       Warp, bend stretch your GIFs for
  69.                          interesting effects.
  70.  
  71.           GIFCLIP        Clip/crop your GIFs, add text or your
  72.                          own GIF logo or signature.
  73.  
  74.      These programs are available in licensed SuperVGA versions
  75.      for $8.00 U.S. each, or get both, and the latest version of
  76.      GIFEXE for $15.00 U.S. 
  77.  
  78. REQUIREMENTS
  79.  
  80.           GIFEXE requires the following:
  81.  
  82.                -    PC(tm)/XT(tm)/AT(tm)/386(tm) computer thing
  83.                -    About 280K of free RAM
  84.                -    DOS 3.0, 3.1, 3.2, 3.3, 4.0 (others untested)
  85.                -    A VGA or SuperVGA card
  86.  
  87.           and optionally:
  88.  
  89.                -    GIFEXE supports modes like 640x480, 800x600  
  90.                     with 256 colours on 512K SuperVGA cards from
  91.                     ATI, Ahead, Cirrus, Chips and Technologies,  
  92.                     Everex, OAK, Paradise, Trident, Tseng and    
  93.                     Video7.
  94.  
  95. INSTALLATION
  96.  
  97.      Copy the GIFEXE program (and this helpful document of
  98.      course!) to any directory that you want - perhaps with      
  99.      your favourite GIF(tm) viewer somewhere in the DOS          
  100.      path.
  101.      
  102. USAGE
  103.  
  104.      Syntax for GIFEXE is as follows:
  105.  
  106.           GIFEXE [?] infilename[.GIF] [outfilename[.EXE]]
  107.  
  108.  
  109.      After making an .EXE file, (see below) the /mode parameter
  110.      may be used as follows:
  111.  
  112.                     /mode=0        Ordinary 320x200 mode
  113.                     /mode=1        Low resolution SVGA
  114.                                         640x400 or 640x350
  115.                                         depending on your card.
  116.                     /mode=2        Medium resolution 640x480
  117.                     /mode=3        High resolution 800x600 
  118.  
  119.                {    /mode=4        Higher resolution 1024x768
  120.                                         Coming soon? }      )
  121.                                                        
  122.      For example, try:
  123.  
  124.           C> GIFEXE                to see the title screen
  125.  
  126.           C> GIFEXE ?              to see the help/brag screen
  127.  
  128.           C> GIFEXE house          to make the .EXE HOUSE.EXE
  129.                                    from the file HOUSE.GIF  
  130.           C> GIFEXE house house2   make the .EXE file HOUSE2.EXE,
  131.                                    from the GIF(tm) HOUSE.GIF
  132.                               
  133. TUTORIAL
  134.  
  135.      (Nothin' to it!)
  136.  
  137.      Try out the following with your favourite GIF(tm) picture:
  138.  
  139.                C> GIFEXE picturename
  140.  
  141.      GIFEXE will prduce an EXE program with the name
  142.      "picturename.EXE"  That's it!   Now just run the program
  143.      you've just made:
  144.  
  145.                C> picturename
  146.  
  147.      The picture will be displayed on your screen in VGA, or in
  148.      SuperVGA if your computer has SuperVGA, and the picture
  149.      requires it.  If you want a small (VGA) picture to be
  150.      displayed in SuperVGA resolution, try:
  151.  
  152.                C> picturename /mode=2
  153.  
  154.      to display the picture in medium SuperVGA resolution.
  155.  
  156.      
  157. HINTS
  158.  
  159.      - The EXEs produced by GIFEXE are handy for startup screens
  160.      on your computer, or title screens for your programs.
  161.  
  162.  
  163. ERRORS
  164.  
  165.      - The following self explanatory error messages may be
  166.      produced by GIFEXE.  The errors involving the GIF(tm) files
  167.      will generally be due to disk errors or faulty image files. 
  168.      Other errors refer to lack of enough free RAM space, or lack
  169.      of required hardware (VGA).
  170.  
  171.           Can't initialize VGA graphics!
  172.           Unexpected EOF reading GIF!
  173.           Premature end of GIF!
  174.           Not GIF file!
  175.           Invalid GIF format
  176.           Error writing GIF!
  177.           Buffer allocation failure!
  178.           
  179. NOTES
  180.  
  181.      - GIFEXE reads both GIF87A standard (the original) and      
  182.      new GIF89A pictures, although most of the extensions in the
  183.      new GIF89A standard like (silly) text windows are ignored. 
  184.      The last image in multi-image GIFs will be the one displayed
  185.      by GIFEXE.
  186.  
  187.  
  188. HISTORY
  189.  
  190.      - Version 1.0 Completed June.1 1991
  191.  
  192.  
  193.           
  194.  
  195.      
  196.  
  197.                
  198.  
  199.      
  200.  
  201.      
  202.  
  203.      
  204.  
  205.